home *** CD-ROM | disk | FTP | other *** search
- on initPaths
- set the searchPath to []
- set saveDelim to the itemDelimiter
- set the itemDelimiter to ":"
- set volName to item 1 of the pathName & ":"
- set the itemDelimiter to saveDelim
- append(the searchPath, volName)
- append(the searchPath, volName & "CAST:")
- append(the searchPath, volName & "MOVS:")
- end
-